RiskScoreCalculator2
This extension calculates the Risk Score and Risk Level for:
- Each Resource that is assigned.
- The Identity being computed.
- Optionally, a Risk Score is calculated for each CRA and assigned to the RISKSCORE attribute.
The extension produces log messages that describe how the Risk Scores of CRAs, identities and resources are computed. The purpose is to make it possible for administrators to gain insight into how Risk Scores are computed.
The log messages are not produced when the AsyncRiskScoreUpdates setting is enabled.
Configuration
The extension has a setting named AssignCRARiskScore. Only if it is set to True, the extension performs the Risk Score calculation for CRAs.
The extension updates the Risk Score and Risk Level of the Identity and Resource data objects regardless of whether Identity calculation results are discarded or not.
The extension has a setting named AsyncRiskScoreUpdates. If it is set to True, the extension performs updates of Risk Score and Risk Levels on Identities and Resources asynchronously. That is, the updates may still be in progress after a cycle run has completed, allowing RoPE to have a higher throughput.
Calculating risk scores and levels may have an impact on the RoPE performance.